home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / hardware / parallel_port / Makefile < prev    next >
Encoding:
Makefile  |  1994-08-02  |  137 b   |  12 lines

  1. #!smake
  2.  
  3. include ${ROOT}/usr/include/make/commondefs
  4.  
  5. TARGETS    = plpstat
  6. CFILES    = plpstat.c
  7.  
  8. default: $(TARGETS)
  9.  
  10. include ${COMMONRULES}
  11.  
  12.